home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / math / maplev / readme.txt < prev    next >
Text File  |  1992-01-07  |  5KB  |  125 lines

  1.              (R)
  2. A QUICK TOUR OF MAPLE
  3. Copyright(c) 1991 by Waterloo Maple Software
  4.  
  5.  
  6. Maple is an essential tool for anyone who needs to use or study
  7. mathematics.  The demo on this disk will give you a glimpse of a few of
  8. the over 2000 Maple functions and what they can do for you.  While this
  9. Maple Demonstration runs only on an 80386 or 80486 based machine, all
  10. the Maple commands appearing in this Tour are part of Maple on all other
  11. platforms including the Macintosh and Unix systems.  Only the user
  12. interface varies from platform to platform.
  13.  
  14. To run the demo on your computer, you will need an 80386 or 80486 based
  15. personal computer with 2MB or more memory and a CGA, EGA, VGA, or
  16. Hercules display adapter (for the graphics commands only).
  17.  
  18. Although the Maple demonstration can be run directly from the floppy
  19. disk, it will perform much better (up to 50 times faster) if you copy it
  20. into a subdirectory on your hard disk first.  This is because Maple
  21. loads library files from the disk, and makes use of the disk to provide
  22. virtual memory and to hold temporary files.  The Maple Demonstration
  23. needs about 2MB of space on the disk for the program and files created
  24. during execution.  Follow these steps to install Maple on your hard disk
  25. and run the demonstration:
  26.  
  27.     1. Place the Maple Demonstration diskette in disk drive A.
  28.  
  29.     2. Create a directory for Maple on your hard disk with a
  30.        command like:
  31.  
  32.        MKDIR \MAPLE
  33.  
  34.     3. Make the directory the current directory:
  35.  
  36.        CD \MAPLE
  37.  
  38.     4. Copy the contents of the diskette into the current
  39.        directory:
  40.  
  41.        COPY A:*.*
  42.  
  43.     5. Run the Maple demonstration:
  44.  
  45.        MAPLE
  46.  
  47. If you do want to run Maple from the floppy (if you don't have enough
  48. space on your hard disk, for example), follow these steps instead:
  49.  
  50.     1. Place the Maple Demonstration diskette in disk drive A.
  51.  
  52.     2. Make that disk drive the current drive with the command:
  53.  
  54.        A:
  55.  
  56.     3. Start the Maple Demonstration by issuing the command:
  57.  
  58.        MAPLE
  59.  
  60. Maple will take about 5 seconds to load from a hard disk, or about 30
  61. seconds if you are running the Demonstration from the floppy disk.  When
  62. you first start the Maple Demonstration, a copyright message and
  63. ordering information window will appear on your screen.
  64.  
  65. After you have read the copyright notice, you can press one of two keys
  66. to begin.  If you press Enter, the demo will automatically type in the
  67. examples for you; all you have to do is press Enter to execute each one.
  68.  
  69. If you press the Space bar instead, the demo will run just like a full
  70. Maple session; you type the commands you want to execute.  This assumes
  71. you have some familiarity with Maple on other platforms.
  72.  
  73. In either case, you will be dealing with a real subset of Maple.  This
  74. is NOT a recorded demo.  The time it takes to solve each problem is the
  75. same as a full version of Maple would require to solve the same problem
  76. on your machine.
  77.  
  78. Note that the Demonstration version of Maple contains only those
  79. portions of Maple necessary to run the Maple commands used in this Tour.
  80. Feel free to experiment by editing the parameters within commands, and
  81. by using the commands in combinations other than those used in the Tour.
  82. Do not be surprised if some things you try will not work.  Maple is a
  83. large, complex, and powerful system.  This small sample is designed to
  84. give you an opportunity to try only some of its capabilities.  This
  85. demonstration version will not save files, DOS command line redirection
  86. and pipes are disabled, the MAPLEDIT program is not included, and only
  87. about 3% of the Maple Library and 3 help files have been included.  This
  88. version will also not manipulate polynomials of degree greater than 20,
  89. and will display a message box to which you must respond whenever it
  90. performs storage reclamation.  If you try something that the
  91. demonstration version cannot do, a message will be displayed indicating
  92. that the particular feature you invoked is not included.
  93.  
  94. Maple is ready to accept input when the cursor (_) is blinking next to
  95. the prompt (>).  You can then type the first Maple command described in
  96. this Tour.
  97.  
  98. Whenever you finish typing a Maple command, type a semicolon (;) before
  99. pressing the Enter key.  The semicolon tells Maple that the command is
  100. complete, whereas the Enter key tells Maple to accept your input.  The
  101. distinction arises when you wish to type something that does not fit on
  102. a single line; you would then press Enter at the end of each line, and a
  103. semicolon only at the end of the last line.  If you forget to type a
  104. semicolon before you press Enter, you can type the semicolon on the next
  105. line and press Enter again.
  106.  
  107. If you make an error while typing a line and you have not yet pressed
  108. the Enter key, you can correct the error using the Left, Right, Home,
  109. End, BackSpace, Delete, and Insert keys, just as you would if you were
  110. using a text editor or word processor.
  111.  
  112. ------------------------------------------------------------------------
  113.           For more information, or to order, contact:
  114.  
  115.              Brooks/Cole Publishing Company
  116.              511 Forest Lodge Road
  117.             Pacific Grove, CA 93950
  118.  
  119.             To order: (800) 354-9706
  120.         Information and Support: (408) 373-0728
  121.               Fax: (408) 375-6414
  122.  
  123.         E-mail: brooks.cole@applelink.apple.com
  124. ------------------------------------------------------------------------
  125.